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

  /system/bt/stack/include/
srvc_api.h 103 bool is_pri; member in struct:__anon2484
  /system/bt/stack/gatt/
gatt_db.cc 53 bool is_pri, uint16_t s_hdl, uint16_t num_handle) {
65 Uuid::From16Bit(is_pri ? GATT_UUID_PRI_SERVICE : GATT_UUID_SEC_SERVICE);
gatt_api.cc 158 bool is_pri = (service->type == BTGATT_DB_PRIMARY_SERVICE) ? true : false; local
198 list.asgn_range.is_primary = is_pri;
205 gatts_init_service_db(list.svc_db, svc_uuid, is_pri, s_hdl, num_handles);
    [all...]
gatt_int.h 559 const bluetooth::Uuid& service, bool is_pri,

Completed in 87 milliseconds