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

  /system/bt/stack/btm/
btm_inq.c 608 p_inq->connectable_mode &= (~BTM_BLE_CONNECTABLE_MASK);
609 p_inq->connectable_mode |= (page_mode & BTM_BLE_CONNECTABLE_MASK);
611 page_mode &= ~BTM_BLE_CONNECTABLE_MASK;
    [all...]
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_api.h 185 #define BTM_BLE_CONNECTABLE_MASK (BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
    [all...]

Completed in 37 milliseconds