Home
last modified time | relevance | path

Searched refs:is_pri (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_db.c44 static void gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri);
60 BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, in gatts_init_service_db() argument
76 gatts_db_add_service_declaration(p_db, service, is_pri); in gatts_init_service_db()
1113 static void gatts_db_add_service_declaration(tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri) in gatts_db_add_service_declaration() argument
1116 UINT16 service_type = is_pri ? GATT_UUID_PRI_SERVICE: GATT_UUID_SEC_SERVICE; in gatts_db_add_service_declaration()
Dgatt_api.c142 UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri) in GATTS_CreateService() argument
215 p_list->asgn_range.is_primary = is_pri; in GATTS_CreateService()
241 if (!gatts_init_service_db(&p_list->svc_db, *p_svc_uuid, is_pri, s_hdl , num_handles)) in GATTS_CreateService()
Dgatt_int.h655 extern BOOLEAN gatts_init_service_db (tGATT_SVC_DB *p_db, tBT_UUID service, BOOLEAN is_pri, UINT16 …
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_int.h89 BOOLEAN is_pri; member
Dbta_gatts_act.c312 p_msg->api_create_svc.is_pri); in bta_gatts_create_srvc()
324 cb_data.create.is_primary = p_msg->api_create_svc.is_pri; in bta_gatts_create_srvc()
Dbta_gatts_api.c142 p_buf->is_pri = is_primary; in BTA_GATTS_CreateService()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h720 … UINT16 svc_inst, UINT16 num_handles, BOOLEAN is_pri);