Lines Matching refs:gatt_get_regcb
149 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_CreateService()
400 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_DeleteService()
470 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_StartService()
604 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueIndication()
675 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_HandleValueNotification()
724 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTS_SendRsp()
778 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ConfigureMTU()
833 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Discover()
901 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Read()
990 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_Write()
1054 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATTC_ExecuteWrite()
1241 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATT_Deregister()
1329 if ((p_reg = gatt_get_regcb(gatt_if)) != NULL) in GATT_StartIf()
1368 if ((p_reg = gatt_get_regcb(gatt_if)) == NULL) in GATT_Connect()
1413 if ((gatt_if != 0) && ((p_reg = gatt_get_regcb(gatt_if)) == NULL)) in GATT_CancelConnect()
1521 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATT_GetConnectionInfor()
1557 tGATT_REG *p_reg = gatt_get_regcb(gatt_if); in GATT_GetConnIdIfConnected()
1594 if ((p_reg = gatt_get_regcb(gatt_if)) == NULL) in GATT_Listen()