/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_bgconn.c | 372 UINT16 scan_int, scan_win; local 384 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_SLOW_WIN_1 : p_cb->scan_win; 387 scan_win, /* UINT16 scan_win */ 455 UINT16 scan_int, scan_win; local 460 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; [all...] |
btm_ble_int.h | 277 UINT16 scan_win; member in struct:__anon5862
|
btm_ble.c | 491 if (p_ble_cb->scan_win != scan_window) 493 p_ble_cb->scan_win = scan_window; [all...] |
btm_ble_gap.c | [all...] |
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_api.c | 428 void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win) 441 p_buf->scan_win = scan_win;
|
bta_hh_int.h | 169 UINT16 scan_win; member in struct:__anon5247
|
bta_hh_le.c | [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_ble.c | 673 UINT16 scan_int, scan_win; local 686 scan_win = (p_cb->scan_win == BTM_BLE_CONN_PARAM_UNDEF) ? BTM_BLE_SCAN_FAST_WIN : p_cb->scan_win; 714 scan_win, /* UINT16 scan_win */ [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_hh_api.h | 547 BTA_API extern void BTA_HhUpdateLeScanParam(UINT8 dev_handle, UINT16 scan_int, UINT16 scan_win);
|
/external/bluetooth/bluedroid/stack/hcic/ |
hciblecmds.c | 281 UINT16 scan_int, UINT16 scan_win, 300 UINT16_TO_STREAM (pp, scan_win); 332 BOOLEAN btsnd_hcic_ble_create_ll_conn (UINT16 scan_int, UINT16 scan_win, 355 UINT16_TO_STREAM (pp, scan_win);
|
/external/bluetooth/bluedroid/stack/include/ |
hcimsgs.h | [all...] |