Searched refs:bte_appl_cfg (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c31 tBTE_APPL_CFG bte_appl_cfg = { 0x5, 0x4, 0x7, 0x7, 0x10 }; variable
401 if (bte_appl_cfg.ble_auth_req)
402 *p_auth_req = bte_appl_cfg.ble_auth_req | (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x04);
404 if (bte_appl_cfg.ble_io_cap <=4)
405 *p_io_cap = bte_appl_cfg.ble_io_cap;
407 if (bte_appl_cfg.ble_init_key<=7)
408 *p_init_key = bte_appl_cfg.ble_init_key;
410 if (bte_appl_cfg.ble_resp_key<=7)
411 *p_resp_key = bte_appl_cfg
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c280 bte_appl_cfg.ble_auth_req = params->u1;
281 bte_appl_cfg.ble_io_cap = params->u2;
282 bte_appl_cfg.ble_init_key = params->u3;
283 bte_appl_cfg.ble_resp_key = params->u4;
284 bte_appl_cfg.ble_max_key_size = params->u5;
/external/bluetooth/bluedroid/include/
H A Dbte_appl.h82 extern tBTE_APPL_CFG bte_appl_cfg;
169 /* used application init default in bte_main.c, bte_appl_cfg */

Completed in 219 milliseconds