Lines Matching refs:srvc_handle
93 uint16_t srvc_handle; member
455 BTA_GATTS_AddIncludeService(p_cb->srvc_handle, p_cb->incl_handle); in btgatts_handle_event()
463 BTA_GATTS_AddCharacteristic(p_cb->srvc_handle, &uuid, in btgatts_handle_event()
473 BTA_GATTS_AddCharDescriptor(p_cb->srvc_handle, p_cb->permissions, in btgatts_handle_event()
479 BTA_GATTS_StartService(p_cb->srvc_handle, p_cb->transport); in btgatts_handle_event()
483 BTA_GATTS_StopService(p_cb->srvc_handle); in btgatts_handle_event()
487 BTA_GATTS_DeleteService(p_cb->srvc_handle); in btgatts_handle_event()
581 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_add_included_service()
594 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_add_characteristic()
608 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_add_descriptor()
620 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_start_service()
631 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_stop_service()
641 btif_cb.srvc_handle = (uint16_t) service_handle; in btif_gatts_delete_service()