HomeSort by relevance Sort by last modified time
    Searched refs:bte_appl_cfg (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/btif/co/
bta_dm_co.c 31 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.ble_resp_key
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 279 bte_appl_cfg.ble_auth_req = params->u1;
280 bte_appl_cfg.ble_io_cap = params->u2;
281 bte_appl_cfg.ble_init_key = params->u3;
282 bte_appl_cfg.ble_resp_key = params->u4;
283 bte_appl_cfg.ble_max_key_size = params->u5;
  /external/bluetooth/bluedroid/include/
bte_appl.h 82 extern tBTE_APPL_CFG bte_appl_cfg;
169 /* used application init default in bte_main.c, bte_appl_cfg */

Completed in 78 milliseconds