Lines Matching refs:gatt_if
558 typedef void(tGATT_CONN_CBACK)(tGATT_IF gatt_if, const RawAddress& bda,
571 typedef void(tGATT_ENC_CMPL_CB)(tGATT_IF gatt_if, const RawAddress& bda);
574 typedef void(tGATT_PHY_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
579 typedef void(tGATT_CONN_UPDATE_CB)(tGATT_IF gatt_if, uint16_t conn_id,
701 extern uint16_t GATTS_AddService(tGATT_IF gatt_if, btgatt_db_element_t* service,
718 extern bool GATTS_DeleteService(tGATT_IF gatt_if, bluetooth::Uuid* p_svc_uuid,
944 extern void GATT_Deregister(tGATT_IF gatt_if);
959 extern void GATT_StartIf(tGATT_IF gatt_if);
981 extern bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr,
984 extern bool GATT_Connect(tGATT_IF gatt_if, const RawAddress& bd_addr,
1005 extern bool GATT_CancelConnect(tGATT_IF gatt_if, const RawAddress& bd_addr,
1057 extern bool GATT_GetConnIdIfConnected(tGATT_IF gatt_if,