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 32 tBTE_APPL_CFG bte_appl_cfg = variable
419 if (bte_appl_cfg.ble_auth_req)
420 *p_auth_req = bte_appl_cfg.ble_auth_req | (bte_appl_cfg.ble_auth_req & 0x04) | ((*p_auth_req) & 0x04);
422 if (bte_appl_cfg.ble_io_cap <=4)
423 *p_io_cap = bte_appl_cfg.ble_io_cap;
425 if (bte_appl_cfg.ble_init_key<=7)
426 *p_init_key = bte_appl_cfg.ble_init_key;
428 if (bte_appl_cfg.ble_resp_key<=7)
429 *p_resp_key = bte_appl_cfg.ble_resp_key
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_test.c 289 bte_appl_cfg.ble_auth_req = params->u1;
290 bte_appl_cfg.ble_io_cap = params->u2;
291 bte_appl_cfg.ble_init_key = params->u3;
292 bte_appl_cfg.ble_resp_key = params->u4;
293 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 65 milliseconds