Searched refs:GATTS_StartService (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_battery.c | 287 status = GATTS_StartService (srvc_eng_cb.gatt_if, srvc_hdl, p_reg_info->transport); in Battery_Instantiate()
|
D | srvc_dis.c | 381 …status = GATTS_StartService (srvc_eng_cb.gatt_if, dis_cb.service_handle, GATT_TRANSPORT_LE_BR_EDR); in DIS_SrInit()
|
/system/bt/stack/gatt/ |
D | gatt_attr.c | 296 status = GATTS_StartService (gatt_cb.gatt_if, service_handle, GATTP_TRANSPORT_SUPPORTED ); in gatt_profile_db_init()
|
D | gatt_api.c | 463 tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle, in GATTS_StartService() function
|
/system/bt/stack/include/ |
D | gatt_api.h | 830 extern tGATT_STATUS GATTS_StartService (tGATT_IF gatt_if, UINT16 service_handle,
|
/system/bt/stack/gap/ |
D | gap_ble.c | 443 status = GATTS_StartService(gap_cb.gatt_if, service_handle, GAP_TRANSPORT_SUPPORTED ); in gap_attr_db_init()
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.c | 539 if (GATTS_StartService(p_rcb->gatt_if, in bta_gatts_start_service()
|