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

  /system/bt/stack/gatt/
gatt_auth.cc 422 tBTM_STATUS btm_status = local
425 if ((btm_status != BTM_SUCCESS) && (btm_status != BTM_CMD_STARTED)) {
427 "%s BTM_SetEncryption failed btm_status=%d", __func__,
428 btm_status);
  /system/bt/bta/dm/
bta_dm_act.cc 1201 tBTM_STATUS btm_status; local
2129 tBTM_STATUS btm_status; local
4070 tBTM_STATUS btm_status = BTM_BleGetEnergyInfo(bta_ble_energy_info_cmpl); local
    [all...]
  /system/bt/btif/src/
btif_dm.cc 523 tBTM_STATUS btm_status; local
527 btm_status = BTM_ReadRemoteVersion(*p_bd, &lmp_ver, &mfct_set, &lmp_subver);
532 if (btm_status == BTM_SUCCESS) {
    [all...]

Completed in 180 milliseconds