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

  /external/bluetooth/bluedroid/stack/btm/
btm_main.c 61 btm_cb.previous_connected_role[i] = BTM_ROLE_UNDEFINED;
btm_acl.c 62 if (role == BTM_ROLE_UNDEFINED) return;
65 if ((btm_cb.previous_connected_role[i] != BTM_ROLE_UNDEFINED) &&
566 *p_role = BTM_ROLE_UNDEFINED;
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 706 #define BTM_ROLE_UNDEFINED 0xff /* undefined value (error status) */
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 268 if ((btm_cb.previous_connected_role[i] != BTM_ROLE_UNDEFINED) &&
    [all...]

Completed in 918 milliseconds