/external/bluetooth/bluedroid/bta/include/ |
bta_dm_ci.h | 49 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
|
bta_dm_co.h | 85 ** oob_data - TRUE, if OOB data is available for the peer device. 92 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req);
|
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_ci.c | 46 void bta_dm_ci_io_req(BD_ADDR bd_addr, tBTA_IO_CAP io_cap, tBTA_OOB_DATA oob_data, 57 p_msg->oob_data = oob_data;
|
bta_dm_int.h | 298 tBTA_OOB_DATA oob_data; member in struct:__anon173
|
bta_dm_act.c | [all...] |
/system/core/toolbox/ |
nandread.c | 41 uint32_t *oob_data; local 146 oob_data = (uint32_t *)((uint8_t *)buffer + mtdinfo.writesize); 147 memset(oob_data, 0xff, mtdinfo.oobsize + spare_size); 148 oobbuf.ptr = (uint8_t *)oob_data + spare_size; 229 oob_fixed = (uint8_t *)oob_data; 266 oob_data[0], oob_data[1], oob_data[2], oob_data[3], 267 oob_data[4], oob_data[5], oob_data[6], oob_data[7]) [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_dm_co.c | 88 ** oob_data - TRUE, if OOB data is available for the peer device. 95 tBTA_OOB_DATA oob_data, tBTA_AUTH_REQ auth_req)
|
/external/bluetooth/bluedroid/stack/include/ |
smp_api.h | 128 tSMP_OOB_FLAG oob_data; /* OOB data present (locally) for the peer device */ member in struct:__anon1152
|
btm_api.h | 1445 tBTM_OOB_DATA oob_data; \/* OOB data present (locally) for the peer device *\/ member in struct:__anon995 1455 tBTM_OOB_DATA oob_data; \/* OOB data present at peer device for the local device *\/ member in struct:__anon996 1615 UINT8 oob_data; \/* OOB data present (locally) for the peer device *\/ member in struct:__anon1008 [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble.c | [all...] |
btm_sec.c | [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
smp_act.c | 92 cb_data.io_req.oob_data = SMP_OOB_NONE; 108 p_cb->loc_oob_flag = cb_data.io_req.oob_data; [all...] |