aboutsummaryrefslogtreecommitdiff
path: root/bta/pan/bta_pan_act.cc
AgeCommit message (Expand)Author
2018-06-04PAN: Always allocate in bta_pan_data_buf_ind_cbackMyles Watson
2018-01-18PAN: Fix Use-after-free in bta_pan_data_buf_ind_cbackMyles Watson
2017-07-12Add a missing check for PAN buffer size before copying dataPavlin Radoslavov
2017-06-28Rename bt_bdaddr_t into RawAddress (3/3)Jakub Pawlowski
2017-06-19Replace BT_ADDR with bd_addr_t in bta_sys related codeJakub Pawlowski
2017-06-20use bt_bdaddr_t instead of BD_ADDR in PAN related codeJakub Pawlowski
2017-03-16Use the correct tBTA_PAN type when copying the data in a callbackPavlin Radoslavov
2016-12-01Fix asterisks in block quotesMyles Watson
2016-11-28readability fix: No assigns in if conditionalsMarie Janssen
2016-11-09bta: Apply clang-formatMyles Watson
2016-11-09bta: Prepare include statements for clang-formatMyles Watson
2016-11-09bta: Remove double asterisks in commentsMyles Watson
2016-10-27Remove deprecated UNUSED macro (5/5)Myles Watson
2016-10-27Remove deprecated UNUSED macro (1/5)Myles Watson
2016-10-17Renamed most C files to C++: *.c to *.ccPavlin Radoslavov